HipEventQueue.post

External API used for getting the input events inside an internal queue. This way the API can remains the same

  1. void post(uint id, EventType type, T ev)
    class HipEventQueue
    static
    void
    post
    (
    T
    )
    (
    uint id
    ,,
    T ev
    )
  2. void post(uint id, EventType type, Gamepad ev)
  3. alias post = EventQueue.post

Meta